home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMIMPORT / TFRMIMPORT.txt
Encoding:
Text File  |  2005-02-07  |  2.8 KB  |  140 lines

  1. object frmImport: TfrmImport
  2.   Left = 152
  3.   Top = 182
  4.   HelpContext = 1870
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Import messages'
  8.   ClientHeight = 195
  9.   ClientWidth = 440
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     440
  23.     195)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Label1: TTntLabel
  27.     Left = 8
  28.     Top = 16
  29.     Width = 71
  30.     Height = 13
  31.     Caption = '&Import from file:'
  32.   end
  33.   object Label5: TTntLabel
  34.     Left = 8
  35.     Top = 48
  36.     Width = 81
  37.     Height = 13
  38.     Caption = 'Import into &folder:'
  39.     FocusControl = FolderCB
  40.   end
  41.   object FileNameBoxBtn: TTntSpeedButton
  42.     Left = 408
  43.     Top = 8
  44.     Width = 21
  45.     Height = 21
  46.     Caption = '...'
  47.     OnClick = FileNameBoxBtnClick
  48.   end
  49.   object OkBtn: TMMTNTBItBtn
  50.     Left = 272
  51.     Top = 163
  52.     Width = 75
  53.     Height = 25
  54.     Anchors = [akRight, akBottom]
  55.     Caption = '&OK'
  56.     Default = True
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clBtnText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     TabOrder = 5
  64.     OnClick = OkBtnClick
  65.   end
  66.   object CancelBtn: TMMTNTBItBtn
  67.     Left = 352
  68.     Top = 163
  69.     Width = 75
  70.     Height = 25
  71.     Anchors = [akRight, akBottom]
  72.     Cancel = True
  73.     Caption = '&Cancel'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBtnText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ModalResult = 2
  80.     ParentFont = False
  81.     TabOrder = 6
  82.   end
  83.   object FolderCB: TTntComboBox
  84.     Left = 152
  85.     Top = 40
  86.     Width = 265
  87.     Height = 21
  88.     ItemHeight = 13
  89.     TabOrder = 1
  90.   end
  91.   object XFolderCB: TtntAutoSizeCheckBox
  92.     Left = 16
  93.     Top = 80
  94.     Width = 170
  95.     Height = 17
  96.     Caption = '&Use X-Folder header if available'
  97.     Checked = True
  98.     State = cbChecked
  99.     TabOrder = 2
  100.   end
  101.   object XRefCB: TtntAutoSizeCheckBox
  102.     Left = 16
  103.     Top = 104
  104.     Width = 120
  105.     Height = 17
  106.     Caption = '&Analyse XRef header'
  107.     Checked = True
  108.     State = cbChecked
  109.     TabOrder = 3
  110.     OnClick = XRefCBClick
  111.   end
  112.   object AreAllEmailsCB: TtntAutoSizeCheckBox
  113.     Left = 16
  114.     Top = 128
  115.     Width = 347
  116.     Height = 17
  117.     Caption = 
  118.       'Imported &messages are all emails (ignore "Newsgroups" header fi' +
  119.       'elds)'
  120.     Checked = True
  121.     State = cbChecked
  122.     TabOrder = 4
  123.     OnClick = AreAllEmailsCBClick
  124.   end
  125.   object FileNameBox: TTntEdit
  126.     Left = 152
  127.     Top = 8
  128.     Width = 257
  129.     Height = 21
  130.     TabOrder = 0
  131.   end
  132.   object Timer1: TTimer
  133.     Enabled = False
  134.     Interval = 2
  135.     OnTimer = Timer1Timer
  136.     Left = 48
  137.     Top = 136
  138.   end
  139. end
  140.